Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / RowColumnActionsCommand Constructor / RowColumnActionsCommand Constructor(Actions,Boolean,Worksheet,Int32,Reference[])
A boolean value indicates whether the command process on rows or columns.
The worksheet which this command attached to.
The processing pane Index.
The processing ranges.


In This Topic
    RowColumnActionsCommand Constructor(Actions,Boolean,Worksheet,Int32,Reference[])
    In This Topic
    Initializes a new instance of the RowColumnActionsCommand class with the specified workbook.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal action As RowColumnActionsCommand.Actions, _
       ByVal isColumn As Boolean, _
       ByVal worksheet As Worksheet, _
       ByVal paneIndex As Integer, _
       ByVal ranges() As Reference _
    )
    'Usage
     
    
    Dim action As RowColumnActionsCommand.Actions
    Dim isColumn As Boolean
    Dim worksheet As Worksheet
    Dim paneIndex As Integer
    Dim ranges() As Reference
     
    Dim instance As New RowColumnActionsCommand(action, isColumn, worksheet, paneIndex, ranges)

    Parameters

    action
    isColumn
    A boolean value indicates whether the command process on rows or columns.
    worksheet
    The worksheet which this command attached to.
    paneIndex
    The processing pane Index.
    ranges
    The processing ranges.
    See Also